home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK2.toast / Development Kits (Disc 2) / QuickTake Digital Camera / MyQuickTakeApp 1.0.1TC7 ƒ / Sources / Preferences (develop 18) / StdPrefsLib.r < prev   
Encoding:
Text File  |  1994-10-24  |  1008 b   |  46 lines  |  [TEXT/KAHL]

  1. /*
  2.     File:        StdPrefsLib.r
  3.  
  4.     Contains:    Standard preferences library resources.
  5.  
  6.                 Refer to develop Issue 18, "The Right Way to Implement 
  7.                 Preferences Files", for additional details on this code.
  8.                 
  9.     Written by:    Gary Woodcock
  10.  
  11.     Copyright:    © 1993-94 by Apple Computer, Inc.
  12.  
  13.     Change History (most recent first):
  14.     
  15.                   3/3/94    Version 1.0.
  16.     
  17.     Notes:         This code uses Apple's Universal Interfaces for C.
  18.     
  19.                 Send bug reports to Gary Woodcock at AOL: gwoodcock
  20.                 or Internet: gwoodcock@aol.com.
  21. */
  22.  
  23. #include "CompileFlags.h"
  24.  
  25. #define SystemSevenOrLater 1
  26. #define SystemSevenOrBetter    1
  27.  
  28. #define forRez 1
  29.  
  30. #include "SysTypes.r"
  31. #include "Types.r"
  32.  
  33. #include "StdPrefsLibPrivate.h"
  34.  
  35. resource 'STR#' (kStdPrefsLibStrsID) {
  36.     {    /* array StringArray: 2 elements */
  37.         /* [1] */
  38.         "This document describes user preferences for ",
  39.         /* [2] */
  40.         ". You cannot open or print this document. To be "
  41.         "effective, this document must be stored in the "
  42.         "Preferences folder in the System Folder."
  43.     }
  44. };
  45.  
  46. #undef forRez